1. Introduction
  2. Installing
  3. CSS Files and Structure
  4. Customization
  5. JavaScript
  6. PSD Files
  7. Credits

MetaMax

SEO and Marketing HTML Template


Thank you for choosing our template. If you have any questions that are beyond the scope of this file, please feel free to contact us.

Please note: for questions on basic HTML, JavaScript or CSS editing - please give your question to Google or visit W3Schools. You will need some HTML/CSS knowledge to edit this template.

Installing Template

CSS Files and Structure

Ingenious has a fixed layout with up to 12 columns. All the information within the main content area is nested within a div. The general template structure is the same throughout the template as it uses the Bootstrap framework.

The multi column layout consists of the .col-md-(from 1 to 12) classes. See Bootstrap documentation here: https://getbootstrap.com/

We're using the following CSS files in this template. Those files also contain some general styling, such as anchor tag colors, font-sizes, etc. Keep in mind that these values might be overridden somewhere else in the files below:

  1. style.css - main css file (included reset styles);
  2. bootstrap.css - Bootstrap css file;
  3. font-awesome.css - FontAwesome icons stylesheet;
  4. owl.css - OWL carousel stylesheet;
  5. jquery.fancybox.css - FancyBox plugin styles;

At first glance, the CSS may look confusing, let me explain each below:

Main CSS Files

style.css file contains specific stylings for the page. The file is separated into sections using:

Resete styles;
Default styles;
- Normalize;
- Accessibility;
- Alignments;
- Clearings;
- Definition Lists;
- Typography;
- Forms;
- Formatting;
- Tags;
- Lists;
- Tables;
- Links;
- Layout;
- Layout - reg. content;
- Media;
- Galleries;
- Fancybox styles;
- Round divider;
Default media styles;
Guttenberg;
- Clearing;
- Divider;
- Pullquote;
- Media;
Preloader;
Odometer;
Unitest extra;
Libs extra styles;
- Slick carousel;
- Particles;
- Three sphere;
- Three waves_bg;
- Flip clock;
Header styles;
- Header icons;
- Logo box;
- Menus;
- Top bar;
- Site title;
- CWS-icons;
- Side panel;
- Sticky header;
- Site search;
Content styles
- Layout;
- Navigation;
- Comments;
- Pagination;
- Load More;
- Button up;
- Contact form;
- 404 Page;

Common widgets styles;
- Common Widgets media styles;
- Filter by price;
- Active products filter Widget;
- Product categories Widget;
- Product categories widget media styles;
- Widget search;
- Widget average rating;
- Widget average rating media styles;
- Woocommerce product widgets;
- Star rating;
- Tags widget;
- Calendar widget;
- Calendar widget media styles;
- CWS-About widget;
- CWS-Banner widget;
- CWS-Categories widget;
- CWS-Info widget;
- CWS Text widget;
- CWS-Gallery widget;
- CWS-Twitter widget;
- CWS Recent posts widget;
- CWS Recent posts widget media styles;
- Recent comments widget;
- Recent posts widget;
- RSS widget;
- Nav-Menu Widget;
- Contact Form 7 extra styles;
Footer styles;
Woocommerce styles;
- Woocommerce grid;
- Woocommerce single;
- Woocommerce typical;
- Woocommerce mini-cart;
- Woocommerce checkout;
- Woocommerce cart;
- Woocommerce messages;
- Woocommerce shortcodes;
- Woocommerce media;
Main media styles;
- Header media styles;

Javascript Files and Structure

These are the list of Javascript files that are loaded into templates in end of the Body Section.

        
        
        
        
        
        
        
        
        
        
        
        
        
	

Google Fonts

The template usually loads fonts from Google Web Fonts Direcotry, you can change the font with the one that suits you best.

	@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i|Roboto:300,400,500,700|Leckerli+One|Merienda+One&display=swap');
	

Template customization

You can customize this template according to your needs. Here are some basic changes you might need.

Logo Change Just replace the image with your own one:
  
Apply the above steps to every HTML page you need.
Menu Items Bellow code shows the way to edit your menu items:
                    
                    
                    
		
Apply the above steps to every HTML page you need.

Image Slider:

Our template uses a very powerful Revolution Slider plugin. The slider's documentation may be found here.


Typography:

  1. Select a suitable font for your main menu or content. (for example we can choose any font from google fonts: http://www.google.com/webfonts#ChoosePlace:select)
  2. Let's choose Happy Monkey font as example.
  3. All you need is to import the font at the beginning of the style.css file:
    @import url(http://fonts.googleapis.com/css?family=Happy+Monkey);

    and edit the according class or ID.
    In case of changing the menu text font, we need to find and replace font-family here:
    .main-menu .navigation > li{
    	position:relative;
    	display: inline-block;
        font-size: 18px;
        line-height: 36px;
        color: #4b4342;
        font-weight: 500;
        margin-right: 6px;
    	font-family: 'Happy Monkey', cursive;
    	-webkit-transition:all 300ms ease;
    	-moz-transition:all 300ms ease;
    	-ms-transition:all 300ms ease;
    	-o-transition:all 300ms ease;
    	transition:all 300ms ease;
    }
    
    Replace font family 'Happy Monkey' with your own one in the code above.
    The same steps we should take to change all other fonts;

Email setup for contact form:

  1. Our PressView template includes working contact form. To change the email address so that all the messages would come to your email you'll need to edit just one file called "contacts-process.php" at line #9 which is located in the "php" folder:
            $ourMail = "your_email@mail.com"; 
            
    so, instead of "your_email@mail.com" just input your email address and upload the file to your host. That's all! The contact form, widget and signup page will send all inquiries to your email address.

Google Map setup:

Google Map setup is a very easy process.

All you have to do is to add the map iframe url where you wish.

    
    

That's all, your google map is setup and ready to use!

JavaScript

This template imports the following Javascript files. You can get more script info when clicking the appropriate link:

  1. script.js - main js file.
  2. jquery.fancybox.pack.js. Refer to the author's documentation for additional notes on how to use it.
  3. jquery.isotope.min.js Refer to the author's documentation for additional notes on how to use it.
  4. owl.carousel.js Refer to the author's documentation for additional notes on how to use it.
  5. jquery.ui libraries Refer to the author's documentation for additional notes on how to use it.
  6. jquery.min.js Refer to the author's documentation for additional notes on how to use it.

PSD Files

We've included some PSD files to make the re-design process a bit easier.

Please check the PSD folder for all included PSD files.

Credits

We've used the following images, icons and other resources as listed.